home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / DOT46.ZIP / Install.txt < prev    next >
Text File  |  1996-09-11  |  10KB  |  283 lines

  1. [dot] for mIRC 4.6 by residue
  2. email comments to residue@residue.com
  3. copyright ⌐ 1996 douglas kee
  4. all rights reserved
  5.  
  6.  
  7. [dot] is intended as an advanced and professional alternative to the
  8. increasing number of war scripts proliferated by narrow-minded
  9. individuals seeking to harass others. it is meant for novices, as
  10. well as more seasoned mIRC users and does not include any clones,
  11. bots or flood routines. [dot] has been rigorously inspected by mIRC
  12. beta testers and is free of backdoors. predefined actions, xdcc
  13. fileservers and other potential sources of channel spew have been
  14. intentionally left absent.
  15.  
  16. Use of excerpts from [dot] must be properly credited. top priority has
  17. been given to detail, functionality, integration and organization
  18. during the design phase. many enhancements have been made transparent
  19. to the user to facilitate focus on chatting and may not be noticeable
  20. during use. a high end 486 or faster running windows 95 is strongly
  21. recommended. mIRC 4.6 or later is required.
  22.  
  23. [dot] is the product of over 300 hours of coding and testing over a
  24. one month span. routines have been optimized, wherever possible, and
  25. modularized to promote readability, without sacrificing on innovation.
  26.  
  27. ----------------------------------------------------------------------
  28. FOLLOW THE INSTALLATION INSTRUCTIONS BEFORE LOADING
  29.  
  30. included files:
  31. aliases.ini
  32. commands.ini
  33. events.ini
  34. mirc.ini
  35. popups.ini
  36. raw.ini
  37. servers.ini
  38. users.ini
  39. vars.ini
  40. finger.txt
  41. install.txt
  42. pass.txt - EDIT BEFORE LOADING!
  43.  
  44. features:
  45. titlebar status reports
  46. channel clone detection and scanning
  47. channel password system
  48. channel desync detection
  49. message review
  50. ctcp review
  51. smart ibans
  52. link looker
  53. help menu system
  54. filterkicks
  55. improved servermode and serverop detection
  56. jump server channel memory
  57. text/action/nick/ctcp detection
  58. geographically grouped server popups for main IRC networks
  59. and many other refinements...
  60.  
  61. ----------------------------------------------------------------------
  62.  
  63. installation
  64.  
  65. to overwrite your old .ini files:
  66. unzip dot46.zip to the directory containing your mirc32.exe file. 
  67.  
  68. to retain your old .ini files:
  69. unzip dot46 to its own directory (ex. c:\dot).
  70. then run mirc32.exe from the command line and append the location of
  71. the dot mirc.ini to it. (ex. c:\mirc\mirc32.exe c:\dot\mirc.ini).
  72.  
  73. a shortcut to mirc32.exe specifying the dot mirc.ini is also suitable.
  74.  
  75. please MAKE SURE the following dot .ini files are loaded before connecting:
  76. mirc.ini - run when mirc32.exe is called
  77. aliases.ini - tools|aliases|load
  78. popups.ini - tools|popups|load
  79. users.ini - tools|remote|users|load
  80. vars.ini - tools|remote|variables|load
  81. commands.ini - tools|remote|commands|load
  82. events.ini - tools|remote|events|load
  83. raw.ini - tools|remote|raw|load
  84.  
  85. on startup, mIRC will prompt you for an email address, nickname and
  86. alternate nickname. after entering these, go to the identd tab, enter 
  87. your userid and enable the ident server. connect!
  88.  
  89. do not list yourself in the userlist. [dot] will add you by nickname
  90. automatically. this also prevents you from running clones of mirc
  91. without triggering your own clone detection.
  92.  
  93. pass.txt - this file contains the name of your home channel and 
  94. password. a channel in the first line and a password on the second
  95. line is REQUIRED, even if the password system is not enabled.
  96. you will automatically be joined to your home channel on connection
  97. to a server. if you do not wish to automatically join a home channel
  98. or do not have one, change the home channel to #mIRC.
  99.  
  100. if you would like #mIRC to be your home channel, then set your home
  101. channel in pass.txt to #mIRC and then go to tools|aliases
  102. and change two lines in the /checkhome section from
  103.    if (%home != #mIRC) { raw -q join %home } to raw -q join %home
  104.  
  105. note: serverop detection will only react to serverops on your home
  106. channel to prevent accidental deops.
  107.  
  108. for security, make sure the password in pass.txt is not the default
  109. password. the password system is also "disabled" by default.
  110.  
  111. due to spoofing, auto-ops are not secure. the included password system
  112. attempts to address this problem and remain simple enough to implement
  113. in other scripts. if you wish to set the password system default to on,
  114. then go to tools|aliases and locate the /initialize section. change the
  115. lines:
  116. set %pass disabled to set %pass enabled
  117. .disable #homepass to .enable #homepass
  118.  
  119. if you do not wish to automatically send passwords then only change
  120. .disable #homepass to .enable #homepass
  121. then type /poll manually to begin op password polling
  122. to stop password polling manually, type /polloff
  123.  
  124. ----------------------------------------------------------------------
  125.  
  126. useful aliases:
  127. /sc - kicks a string in a user's nick, userid and site
  128. usage: /sc <pattern>
  129.  
  130. /scx - kicks the users from the site of a specified nickname
  131. usage: /scx <nickname>
  132.  
  133. /iban - manually adds bans to the userlist and reasons to bans.txt.
  134. usage: /iban <ban> <reason>
  135.  
  136. /refresh - resets variables to default settings and updates channel
  137. users. optionally, press f8.
  138. usage: /refresh
  139.  
  140. /clones - scans channel for clones. also accessible via main popups.
  141. usage: /clones
  142.  
  143. /o - used to send notices to other channel operators
  144. usage: /o <message>
  145.  
  146. /a - sets away message
  147. usage: /a <message>
  148.  
  149. /aa - turns off away message
  150. usage: /aa
  151.  
  152. /bb - kick bans a user from a channel
  153. usage: /bb <nickname> <reason>
  154.  
  155. /we - retrieves whois information on a nickname's server
  156. usage: /we residue
  157.  
  158. /ww - performs a whowas on a nickname that has recently quit irc
  159. usage: /ww residue
  160.  
  161. /poll - manually starts staggered op password requests
  162. usage: /poll
  163.  
  164. /ca - clears screens and buffers for all channels
  165. usage: /ca
  166.  
  167. /cycle - parts and rejoins a channel
  168. usage: /cycle
  169.  
  170. /ss - reconnects to irc and rejoins the current channels
  171. usage: /ss <ircserver> <port>
  172.  
  173. /no - sends a notice designated "private" to a nickname
  174. usage: /no <nickname> <message>
  175.  
  176. ----------------------------------------------------------------------
  177.  
  178. miscellany:
  179. double click names list - i've never understood why individuals 
  180. choose to associate double left clicking on nicknames in the 
  181. names list with opening a query window. it has been set to
  182. perform a /whois so you can see who you are messaging before
  183. actually doing so. query is available by right clicking on the
  184. names list.
  185.  
  186. setting default dirs - go to file|options and set directories
  187. for sound requests, logging, and servers (finger file). 
  188.  
  189. protection - protection for ops and revenge modes are generally useless. 
  190. they do little to prevent channel takeovers and tend to lead to mass 
  191. mode changes.
  192.  
  193. event beeps - the following are recommended .wav files for event beeps 
  194. located under file|options|event beeps. they require the microsoft plus
  195. pack themes.
  196.  
  197. query/chat
  198. c:\program files\plus!\themes\inside your computer question.wav
  199. notice
  200. c:\program files\plus!\themes\mystery default sound.wav
  201. invite
  202. c:\program files\plus!\themes\travel question.wav
  203. send
  204. c:\program files\plus!\themes\inside your computer question.wav
  205. disconnect
  206. c:\program files\plus!\themes\travel program error.wav
  207.  
  208. the servers in file|setup has been kept short. the [dot] popups are a 
  209. far better way to access a near complete list. adding only your most 
  210. frequently used servers to file|setup can keep the dialog manageable
  211. and available for easy access. it's rather senseless to scroll through
  212. an overwhelming list.
  213.  
  214. irc op functions - these have been omitted until i have more incentive
  215. to add them. *hint*
  216.  
  217. ----------------------------------------------------------------------
  218.  
  219. tips:
  220. please be courteous and do not ask for scripts on #mIRC.
  221.  
  222. some routines are processor intensive and are best left off unless 
  223. required.
  224.  
  225. multiline edit boxes are suggested (use ctrl-up/down to scroll), as is
  226. a status window at least 7 lines high.
  227.  
  228. dedicated query windows (file|options|irc switches) may be preferable
  229. to separate query windows during a message flood from different
  230. nicknames. pressing the tab key in a window will cycle through the
  231. last 5 nicks to message you and right clicking on a dedicated query
  232. will provide an option to spawn a separate query window for a nickname.
  233.  
  234. the default status for most variables and groups is listed in the
  235. /initialize section of tools|aliases.
  236.  
  237. .txt files located in the .exe directory are listed under help in the 
  238. menu bar.
  239.  
  240. press f8 to refresh session and validate channel names lists.
  241.  
  242. to add a wordkick, go to tools|remote|events| and locate
  243. *+1:on text:*:#:{
  244.   if $level($nick) == 50 || ($nick isop $chan) goto end
  245. append the following on one line:
  246.   if badword isin $parms kick $chan $nick dot wordkick - language! | goto end
  247. where badword is the word to kick on. add extra lines in for each
  248. additional word.
  249.  
  250. do not accept random dcc chats, requests or file sends.
  251.  
  252. never share account information with individuals claiming to represent
  253. your service provider.
  254.                                                  
  255. the best potential ini is still the one you write.
  256.  
  257. ----------------------------------------------------------------------
  258.  
  259. request:
  260. graphics designers and organizations willing to donate an
  261. installation program maker would be appreciated.
  262.  
  263. ----------------------------------------------------------------------
  264.  
  265. the related [dot] files may only be shared in the original distribution 
  266. format. [dot] is provided as is without warranty of any kind, either 
  267. express or implied, including but not limited to the implied warranties 
  268. of merchantability and fitness for a particular purpose. in no event 
  269. shall douglas kee be liable for any damages whatsoever including 
  270. direct, indirect, incidental, consequential, loss of business profits 
  271. or other damages.
  272.  
  273. distribution of [dot] is limited to non-commercial use. it may not be
  274. sold, included in any commercial package, or distributed in support of
  275. any commercial service or activity without prior written permission
  276. from the author.
  277.  
  278.  
  279. Windows 95 and the Microsoft Plus Pack are registered trademarks of 
  280. Microsoft. 
  281.  
  282. mIRC is a registered trademark of mIRC Co. Ltd.
  283.